소스 검색

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]::"