File: ExtraDesktop.sh

package info (click to toggle)
kolf 4%3A20.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,148 kB
  • sloc: cpp: 19,399; xml: 325; makefile: 8; sh: 4
file content (4 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (6)
1
2
3
4
#! /bin/sh
#This file outputs in a separate line each file with a .desktop syntax
#that needs to be translated but has a non .desktop extension
for i in `cat courses.list`; do echo $i; done