This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
getty
/
dotfiles
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
459db7cc70
ブランチ
タグ
master
dotfiles
/
scripts
/
git-add-untracked-sources
git-add-untracked-sources
87 B
履歴
Raw
1
2
3
4
5
#!/bin/bash -e
if [[ $# -eq 1 ]]; then cd $1; fi
git add $(git ls-untracked-sources)