diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 21:39:22 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-23 21:39:22 +0200 |
| commit | 5a7b33e61779a5debf599aa0e3705b239b369490 (patch) | |
| tree | 168d0b5f768898cf66e73fcfe38a01def88f39c3 /scripts/getsystems | |
| parent | b08f20692aaa5002fcd1f6a4a8e9f856e445208f (diff) | |
cleanup scripts dir
Diffstat (limited to 'scripts/getsystems')
| -rwxr-xr-x | scripts/getsystems | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/getsystems b/scripts/getsystems deleted file mode 100755 index 3ea829e71..000000000 --- a/scripts/getsystems +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -if [ ! -z "$1" ];then - systems=$(grep -h config target/$1/sys-available/*|cut -d " " -f 2) -else - systems=$(grep -h config target/*/sys-available/*|cut -d " " -f 2) -fi - -for i in $systems;do - system=${i#ADK_TARGET_SYSTEM_} - system=$(echo $system|tr '[:upper:]_' '[:lower:]-') - system=$(echo $system|sed 's#x86-64#x86_64#') - echo $system -done |
