This website works better with JavaScript.
Home
Help
Sign In
crunk
/
snakelogan
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
multilinesnake output
master
crunk
9 months ago
parent
5c4a75b061
commit
763448a5f4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
snakelogan
+ 1
- 1
snakelogan
View File
@ -46,7 +46,7 @@ function save_the_snake() {
printf ${IMAGE["${i};${j}"]}
done
done >> thesnake
#sed -e "s/.\{$((width-1))\}/&\n/g" < thesnake > snake80
sed -e "s/.\{$COLUMNS\}/&\n/g" < thesnake > multilinesnake
}
function show_the_snake() {
Write
Preview
Loading…
Cancel
Save