repo.or.cz
/
girocco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
format-readme: pick up latest version
[girocco.git]
/
toolbox
/
trash-project.pl
blob
3ac399d6d6860176bec79fc633cd35a034f26bd1
1
#!/usr/bin/perl
2
# replaced by projtool.pl remove command
3
exec
@basedir
@
.
"/toolbox/projtool.pl"
,
'remove'
,
@ARGV
;
4
die
"exec failed: $!
\n
"
;