This website requires JavaScript.
Explore
Redmine
Gerrit
Lists
Help
Sign In
ttcn3
/
osmo-ttcn3-hacks
mirror of
https://gerrit.osmocom.org/osmo-ttcn3-hacks
Watch
10
Star
0
Fork
You've already forked osmo-ttcn3-hacks
0
Code
Issues
Releases
Wiki
Activity
8132008573
osmo-ttcn3-hacks
/
rmlinks.sh
3 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
add missing 'rmkinks.sh script Change-Id: I0f87b2c9755881ea7ba019faa74cb1bfaca88546
2017-12-12 23:43:17 +00:00
#!/bin/sh
Remove M3UA/MTP3/SCCP code from this repo, use upstream repos Originally, this code was not yet in an official upstream git repo. However, it has been for many months, so let's remove our local copy and use upstream git repositories like for all the other modules. Change-Id: I2c616fb865df32cfec323d42e5d0d06de40c497b
2018-03-18 09:58:00 +00:00
find . -type l -not -path
"./bin/*"
-exec rm
\{
\}
\;