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