mirror of
https://github.com/tcsenpai/appetite.git
synced 2025-07-29 05:51:27 +00:00
5 lines
144 B
Bash
Executable File
5 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
cd ../baseapp/
|
|
URL=https://youtube.com
|
|
echo { \"target_url\": \"$URL\" } > $HOME/.config/appetite/config.json && yarn start .
|