This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix typo in script
master
Tovi Jaeschke-Rogers
4 years ago
parent
832182fe94
commit
ad068b62bf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.local/bin/new-repo
+ 1
- 1
.local/bin/new-repo
View File
@ -1,7 +1,7 @@
#!/bin/sh
read -p "Enter the name/url for repo: " url
read -p "Enter the description for repo:" desc
read -p "Enter the description for repo:
" desc
url_parsed=${url// /_}
Write
Preview
Loading…
Cancel
Save