Skip to content

Commit a805d99

Browse files
committed
renames
1 parent 2374291 commit a805d99

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

scripts/cache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S pkgx +mash bash
1+
#!/bin/sh
22

33
usage() {
44
echo "usage: mash pkgx/cache <ls|upgrade|prune>"
@@ -9,9 +9,9 @@ shift
99

1010
case "$cmd" in
1111
neophile|neophilia|neophiliac)
12-
exec pkgx mash "pkgx/cache+upgrade" "$@";;
12+
exec pkgx mash "pkgx/upgrade" "$@";;
1313
ls|upgrade|prune)
14-
exec pkgx mash "pkgx/cache+$cmd" "$@";;
14+
exec pkgx mash "pkgx/$cmd" "$@";;
1515
--help)
1616
usage;;
1717
*)

scripts/inventory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pantry-inventory.ts

scripts/cache+ls renamed to scripts/ls.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env -S pkgx +gum +gem bash
1+
#!/bin/sh
22

3-
ruby "$0" | gum format
3+
pkgx mash pkgx/ensure ruby "$0" | pkgx gum format
44
exit 0
55

66
#!/usr/bin/ruby
@@ -32,6 +32,6 @@ def find_versions(dir, result)
3232
find_versions($pkgx_dir, result)
3333
3434
# Output the Markdown table
35-
puts "| Parent Directory | Version |"
36-
puts "|------------------|---------|"
35+
puts "| Project | Version |"
36+
puts "|---------|---------|"
3737
puts result.join("\n")
File renamed without changes.

0 commit comments

Comments
 (0)