Skip to content

Commit

Permalink
Add ipparse install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jperon committed Nov 4, 2024
1 parent df0c981 commit 5c8aad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ipparse/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env sh

NAME=ipparse
LUA_MODULE_DIR=/lib/modules/lua

mkdir ${LUA_MODULE_DIR}/${NAME} || true
find . -name \*.lua -exec install -vDm 644 {} ${LUA_MODULE_DIR}/${NAME}/{} \;

0 comments on commit 5c8aad7

Please sign in to comment.