このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
10sr
/
dotfiles-mirror
ミラー元
https://github.com/10sr/dotfiles.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
test/run.sh: shrc: Just conduct syntax check by -n option
pull/1/head
10sr
10年前
親
4f9a592779
コミット
7f97bee0fd
1個のファイルの変更
、
4行の追加
、
4行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+4
-4
test/run.sh
+ 4
- 4
test/run.sh
ファイルの表示
@@ -5,16 +5,16 @@ dir="`dirname $0`"
top="$dir"/..
# setup.sh
sh "$top"/setup.sh
shrc_common
sh "$top"/setup.sh
help
# shrc
for sh in sh bash zsh
do
cat <<__EOC__ | $sh -si
. "$top"/shrc || exit 1
__EOC__
sh -n "$top"/shrc
done
# emacs
emacs --version
emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill
書き込み
プレビュー
読み込み中…
キャンセル
保存