This website works better with JavaScript.
Home
Explore
Help
Sign In
OpenSDE
/
rocklinux
mirror of
https://github.com/amery/rocklinux.git
Watch
2
Star
0
Fork
0
Code
Releases
Wiki
Activity
mirror of the now-defunct rocklinux.org
1077
Commits
1
Branch
0
Tags
34 MiB
Diff
66.4%
Shell
24.9%
C
6.2%
Perl
0.9%
desktop
0.5%
Other
0.3%
Tree:
fc789f3c2c
rocklinux
/
architecture
/
cleanup.sh
2 lines
77 B
Raw
Blame
History
#!/bin/sh
for
x in *
;
do
[
-L
$x
-o -f
$x
/AUTOCREATED
]
&&
rm -rf
$x
;
done