瀏覽代碼

added script header

control 1 年之前
父節點
當前提交
51bd07f26e
共有 1 個文件被更改,包括 5 次插入1 次删除
  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]::"