This commit is contained in:
Shreyas Goenka 2025-02-18 14:34:13 +01:00
parent 75f3008b66
commit e649fc056b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
# Launch background process.
(sleep 5; echo "abc" > $2) &
# Save PID of the background process to the file specified by the first argument.
echo -n $! > $1