ソースを参照

Remove deprecated test/run.sh

pull/2/head
10sr 9年前
コミット
3948c55da7
1個のファイルの変更0行の追加20行の削除
  1. +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

読み込み中…
キャンセル
保存