Sovran_SystemsOS/file_fixes_and_new_services/Sovran_SystemsOS_File_Fixes_And_New_Services.sh

13 lines
195 B
Bash
Raw Normal View History

2023-06-21 14:19:13 -07:00
#!/usr/bin/env bash
set -ex
cd /home/free/Downloads
wget "https://git.sovransystems.com/Sovran_Systems/test.sh"
bash /home/free/Downloads/test.sh
rm -rf /home/free/Downloads/test.sh
exit 0