mirror of
https://github.com/tcsenpai/appetite.git
synced 2025-06-04 16:30:04 +00:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
cd ../baseapp/
|
|
URL=https://google.it
|
|
echo { \"target_url\": \"$URL\" } > $HOME/.config/appetite/config.json && yarn start .
|