Sfoglia il codice sorgente

added script header

control 1 anno fa
parent
commit
51bd07f26e
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      setup.sh

+ 5 - 1
setup.sh

@@ -1,5 +1,9 @@
 #!/bin/bash
-# Quick Script to setup terminal environment
+# Script to setup terminal environment
+
+# Location: $HOME/dots
+# User Scope: user
+# Run as: ./setup.sh <arg>
 
 if [ $# -ne 1 ]; then
     echo "::[Dots Setup Script]::"