Kaynağa Gözat

added script header

control 1 yıl önce
ebeveyn
işleme
51bd07f26e
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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]::"