Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
10sr
/
dotfiles-mirror
mirror da
https://github.com/10sr/dotfiles.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test/: Run setup.sh before testing shrc
undefined
10sr
10 anni fa
parent
7ef1082d6e
commit
022cbc727a
1 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-3
test/run.sh
+ 3
- 3
test/run.sh
Vedi File
@@ -4,14 +4,14 @@ set -xe
dir="`dirname $0`"
top="$dir"/..
# setup.sh
sh "$top"/setup.sh help
# shrc
cat <<__EOC__ | sh -si
. "$top"/shrc || exit 1
__EOC__
# setup.sh
sh "$top"/setup.sh help
# emacs
emacs --version
emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill
Scrivi
Anteprima
Caricamento…
Annulla
Salva