Migration of FWS from Github
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
status=$?
|
||||
if [ "${status}" -eq 0 ]; then
|
||||
fastfetch
|
||||
fi
|
||||
Reference in New Issue
Block a user