Move files to ruby subfolder

This commit is contained in:
Arthur Baars
2021-10-14 12:14:50 +02:00
parent 1cf90858cc
commit 976daddd36
537 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
<%# comment -%>
blah

View File

@@ -0,0 +1,9 @@
# comment
def hello
p "hello world"
end
# another one
hello

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# This is a bash script
export FOO="$(whereis ls)"
exec "$FOO" "$(dirname "$0")"

View File

@@ -0,0 +1,3 @@
case foo
in 3 then 5
end

View File

@@ -0,0 +1,9 @@
# comment
def hello
p "hello lib"
end
# another one
hello