This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gabriel.orozco
/
wordcounter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
primera version del wordcounter. ya es funcional.
master
Gabriel Orozco Ruiz Velazco
4 years ago
parent
447314087d
commit
ff1ec2b092
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
wordcounter
+ 8
- 0
wordcounter
View File
@@ -0,0 +1,8 @@
#!/bin/bash
#
# wordcounter
# este script cuenta palabras
#
# v0.0.1 Gabriel Orozco, 7 de Noviembre del 2020
wc -w ${*}
Write
Preview
Loading…
Cancel
Save