1747350365

This commit is contained in:
2025-05-15 17:06:05 -06:00
parent c5f0d6e9f4
commit 41e19fa12f
10 changed files with 57 additions and 35 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
#!/bin/bash
eval "$* 2>error.log 1>running.log&"
runningLog="$(date +%Y%m%d%H%M%S)-$RANDOM.log"
eval "$* 2>>logs/error.log 1>logs/$runningLog&"
echo "/nmaprincesspi/logs/$runningLog"