Migration of FWS from Github

This commit is contained in:
2026-04-02 15:32:15 +02:00
commit 48b5afa4cd
155 changed files with 7752 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
status=$?
if [ "${status}" -eq 0 ]; then
fastfetch
fi