Pārlūkot izejas kodu

added script header

control 1 gadu atpakaļ
vecāks
revīzija
51bd07f26e
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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]::"