Skip to content

Commit 2da170d

Browse files
committed
Copy extra script files into Fiji
1 parent c8dfd73 commit 2da170d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

manage/assemble-fiji-components.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
# first let's see what we're having here:
4-
git branch
5-
git branch -a
6-
ls -la
7-
ls -la ./Fiji.app/
3+
echo "Copying 🚚 extra script 📃 files to Fiji..."
4+
cp -rv ./extra/Fiji.app/* ./Fiji.app/
5+
6+
find ./Fiji.app/plugins/Scripts/Plugins/

0 commit comments

Comments
 (0)