Skip to content

Commit 0b95f0d

Browse files
committed
Remove Now v1 stuffs
1 parent 9095cda commit 0b95f0d

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

Dockerfile

-6
This file was deleted.

Readme.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ not lost](https://unix.stackexchange.com/a/174017/102771) in the process.
99
## Example
1010

1111
```bash
12-
#!/bin/sh
13-
eval "`curl -sfLS import.pw`"
14-
15-
12+
#!/usr/bin/env import
13+
1614

1715
printf "12:hello world!," | netstring_decode
1816
# hello world!

now.json

-4
This file was deleted.

test.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#!/bin/sh
1+
#!/usr/bin/env import
22
set -eu
3-
eval "`curl -fsSL import.pw`"
4-
import "import.pw/[email protected]"
5-
source ./netstring.sh
3+
import "import.pw/[email protected]"
4+
source "./netstring.sh"
65

76
assert_equal "$(printf "0:," | netstring_decode)" ""
87
assert_equal "$(netstring_encode < /dev/null)" "0:,"

0 commit comments

Comments
 (0)