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