This website works better with JavaScript.
Home
Explore
Help
Sign In
yuanjiajia
/
LinuxCompile
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
2
Branches
0
Tags
794 MiB
Shell
70.6%
CMake
29.3%
Tree:
e62ac037f7
master
upload-big-file
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e62ac037f7'
${ noResults }
LinuxCompile
/
utils
/
replace
5 lines
76 B
Raw
Blame
History
#!/usr/bin/python3
from
sys
import
argv
print
(
argv
[
1
]
.
replace
(
'
/
'
,
'
\
/
'
)
)
Reference in new issue