From faaf5311c8d94b3cb0ccfbecf7b034e529c6e7b7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Dec 2018 00:20:07 -0800 Subject: Updated shebangs --- lib/base64.nom | 2 +- lib/consolecolor.nom | 2 +- lib/file_hash.nom | 2 +- lib/object.nom | 2 +- lib/os.nom | 2 +- lib/things.nom | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/base64.nom b/lib/base64.nom index 44d68cb..f0c40b2 100644 --- a/lib/base64.nom +++ b/lib/base64.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # This file defines actions for encoding/decoding base 64, as specified in: https://tools.ietf.org/html/rfc4648 diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom index 1f5e926..6c5e176 100644 --- a/lib/consolecolor.nom +++ b/lib/consolecolor.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # This file defines actions for ANSI console color escape codes. diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 67b4569..a708249 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # This file defines some actions for hashing files and looking up files by hash. diff --git a/lib/object.nom b/lib/object.nom index 0cede18..fa746b6 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # This file contains the implementation of an Object-Oriented programming system. diff --git a/lib/os.nom b/lib/os.nom index cdb5398..8c05836 100644 --- a/lib/os.nom +++ b/lib/os.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # This file defines some actions that interact with the operating system and filesystem. diff --git a/lib/things.nom b/lib/things.nom index cf5a53f..2820328 100644 --- a/lib/things.nom +++ b/lib/things.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V6.12.12.8 +#!/usr/bin/env nomsu -V6.13.12.8 # A library for simple object oriented programming. -- cgit v1.2.3