mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-01-30 05:44:19 -05:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
if ! sudo -u ubuntu /startup.sh; then
|
|
echo "Error: Script failed"
|
|
exit 1
|
|
fi |