Skip to content
Snippets Groups Projects
Commit 96ce10bf authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

better ln command

parent 89c9514f
No related branches found
No related tags found
No related merge requests found
#! /bin/bash #! /bin/bash
# Rolf Niepraschk (Rolf.Niepraschk@ptb.de), 2023-03-16 # Rolf Niepraschk (Rolf.Niepraschk@ptb.de), 2025-01-09
clj -T:build clean clj -T:build clean
clj -T:build prep clj -T:build prep
...@@ -8,6 +8,6 @@ clj -T:build uber ...@@ -8,6 +8,6 @@ clj -T:build uber
cp -r resources target/ cp -r resources target/
cd target/ cd target/
ln -sf ./devhub-*-standalone.jar ./devhub.jar ln -sf $(ls -1u ./*-standalone.jar | head -1) ./devhub.jar
exit exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment