From 247804ab31712586ac205ab9c3da00c2c1cfd0a5 Mon Sep 17 00:00:00 2001 From: pascal Date: Thu, 26 Mar 2009 06:20:02 +0000 Subject: Datei in compose.sh umbenannt git-svn-id: https://svn.neo-layout.org@1762 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Compose/eigene_Compose_erstellen/linux | 36 ---------------------------------- 1 file changed, 36 deletions(-) delete mode 100755 Compose/eigene_Compose_erstellen/linux (limited to 'Compose') diff --git a/Compose/eigene_Compose_erstellen/linux b/Compose/eigene_Compose_erstellen/linux deleted file mode 100755 index 98fb2f3..0000000 --- a/Compose/eigene_Compose_erstellen/linux +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -pfad=.. - -# Compose-Module -anzahl=4 - -m[1]=mathephysik # Modul -b[1]="mathematische und physikalische Zeichen (≥ ∉ ℏ ℃)" # Beschreibung -d[1]=Compose_math_and_physics.neo # Datei - -m[2]=griechisch -b[2]="griechische Buchstaben (A ἀ)" -d[2]=Compose_greek.neo - -m[3]=rom -b[3]="römische Zahlen >12 (große Datei!) (1868→ⅿⅾⅽⅽⅽⅼⅹⅴⅰⅰⅰ)" -d[3]=Compose_many_roman_numericals.neo - -m[4]=klingonisch -b[4]="klingonische Zahlen (große Datei!) (1984→wa'SaD Hutvatlh chorghmaH loS)" -d[4]=Compose_many_klingon_numericals.neo - -m[0]=standard -d[0]=Compose.neo - - -menu=`kdialog --title Compose-Module --checklist " Wählen Sie die optionalen Compose-Module von Neo aus, die Sie verwenden möchten. " ${m[1]} "${b[1]}" off ${m[2]} "${b[2]}" off ${m[3]} "${b[3]}" off ${m[4]} "${b[4]}" off` -auswahl=`echo \"${m[0]}\" $menu` - - -rm $pfad/XCompose -for i in $(seq 0 $anzahl) -do - echo $auswahl | grep ${m[$i]} > /dev/null && cat $pfad/${d[$i]} >> $pfad/XCompose -done \ No newline at end of file -- cgit v1.2.3