diff options
author | icebaker <icebaker@proton.me> | 2023-05-12 19:37:18 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-12 19:37:18 -0300 |
commit | 6e0576072a83c41992d61a5d93533087adb2743d (patch) | |
tree | 294fb001d7acd4015f73511995d39062a690c549 /bin/nb | |
parent | 0bb22299298bac97a4112dd93f7482b3fbbc9bc8 (diff) |
default values
Diffstat (limited to 'bin/nb')
-rwxr-xr-x | bin/nb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +require 'nano-bots/cli' |