New backup 2026-01-25 14:45:02

This commit is contained in:
Penelope Gwen 2026-01-25 14:45:02 -08:00
parent 05c3dd4f1b
commit 955494cf86

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
echo "you should wrap me in a timeout command!!!!"
eval "$1 &" eval "$1 &"
pid=$! pid=$!
echo $pid echo $pid