This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
ktyl
/
dots
Watch
1
Star
0
Fork
You've already forked dots
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7578fd6e4d
dots
/
.scripts
/
img
/
mvlist
6 lines
72 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
while
read
l
;
do
mv
$l
$1
;
done
<./list
rm ./list
Reference in New Issue
View Git Blame
Copy Permalink