I have some simple shell scripting tasks that I want to do
For example: Selecting a file in the working directory from a list of the files matching some regular e
let's say you write your script.rb script. put:
script.rb
#!/usr/bin/env ruby
as the first line and do a chmod +x script.rb
chmod +x script.rb