repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmusic: Bump to version 2.1.0
[dockapps.git]
/
wmArchUp
/
arch_update.sh
blob
d3b0241f839fd4f27d3daf028e3dee18fff7b1e4
1
#!/bin/bash
2
3
statusfile
=
$
(
mktemp
)
4
xterm
-e
sh
-c
'sudo pacman -Syu; echo $? > '
$statusfile
5
status
=
$
(
cat
$statusfile
)
6
rm
$statusfile
7
exit
$status