mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 22:25:27 +00:00
update macos scripts
Former-commit-id: fbd24f689011356b1324ee5d05492fe7ff976230
This commit is contained in:
parent
34b8bdaec1
commit
6d60f9dae1
58 changed files with 623 additions and 4983 deletions
13
macos/build/i2pd/i2pd
Normal file
13
macos/build/i2pd/i2pd
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2013-2019, The PurpleI2P Project
|
||||
# This file is part of Purple i2pd project and licensed under BSD3
|
||||
# See full license text in LICENSE file at top of project tree
|
||||
|
||||
screenfind=$(which screen)
|
||||
if [ -z $screenfind ]; then
|
||||
echo "Can't find 'screen' installed. That script needs it!";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
screen -Adm -S i2pd ./i2pd-osx --datadir=.
|
||||
Loading…
Add table
Add a link
Reference in a new issue