mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 20:52:43 +00:00
elpa: cleanup
This commit is contained in:
parent
3991814ac5
commit
55c57b11a8
3
elpa.sh
3
elpa.sh
@ -35,11 +35,8 @@ for I in ${!UPSTREAMS[@]}; do
|
|||||||
rsync ${RSYNC_OPTS} "$upstream" "$dest"
|
rsync ${RSYNC_OPTS} "$upstream" "$dest"
|
||||||
done
|
done
|
||||||
|
|
||||||
# org-mode
|
|
||||||
|
|
||||||
org() {
|
org() {
|
||||||
dest=${TUNASYNC_WORKING_DIR}/org
|
dest=${TUNASYNC_WORKING_DIR}/org
|
||||||
echo $dest
|
|
||||||
[ ! -d "$dest" ] && mkdir -p "$dest"
|
[ ! -d "$dest" ] && mkdir -p "$dest"
|
||||||
cd $dest
|
cd $dest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user