git commit -m "first commit for v2"
This commit is contained in:
14
Devices/Libraries/Systems/CANopenSocket/tools/get_tools.sh
Executable file
14
Devices/Libraries/Systems/CANopenSocket/tools/get_tools.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
wget "https://github.com/robincornelius/libedssharp/raw/gh-pages/build/OpenEDSEditor-latest.zip"
|
||||
|
||||
if [ $? -eq 0 ] ; then
|
||||
rm -r EDSEditor
|
||||
unzip OpenEDSEditor-latest.zip -d EDSEditor
|
||||
chmod a+x EDSEditor/*.exe
|
||||
rm OpenEDSEditor-latest.zip
|
||||
echo "EDSEditor updated successfully."
|
||||
fi
|
||||
|
||||
echo "Press enter to continue..."
|
||||
read
|
||||
Reference in New Issue
Block a user