This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
42cd1e89f8
factor
/
cp_dir
5 lines
45 B
Bash
Raw
Blame
History
#!/bin/sh
mkdir -p
`
dirname
$2
`
cp -v
$1
$2
Reference in New Issue
View Git Blame
Copy Permalink