perl jerl

This commit is contained in:
selfsame 2018-07-10 22:48:54 +00:00
parent 3de3810c99
commit da3969234b
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,10 @@
# wild-project
this is a WILD PROJECT where we are going to build something chill. a language which we use will be elm AND apl
this is a WILD PROJECT where we are going to build something chill. a language which we use will be elm AND apl ♩ AND PERL ♬
http://elm-lang.org/ https://tryapl.org/
warning: apl is some mad shit
if you wanna contribute then you should, we will merge anything!
if you wanna contribute then you should, we will merge anything! (we mean
anything)

2
jerl Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/perl
for my $j (qx/ls/){$j=~s/\R//g;my $J=$j;$J=~s+^.+j+;print qx/mv $j $J/ }