repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git]
/
test
/
Actions
/
addpost-link-fixture
/
strip.py
blob
ad21dbca92ec6732a9ba8cecd851f01fad17ff6c
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
import
sys
6
7
print
(
"strip.py:
%s
"
%
" "
.
join
(
sys
.
argv
[
1
:]))