dolphins7.skeleton/twenty-cli/bin/20

5 lines
115 B
Text
Raw Normal View History

2024-02-09 23:56:20 +01:00
#!/usr/bin/env ruby
2024-02-17 20:07:49 +01:00
# frozen_string_literal: true
2024-02-09 23:56:20 +01:00
Process.wait spawn([File.join(__dir__, "twenty"), "20"], *ARGV)