forked from obel1x/fedora-OEMDRV
9 lines
196 B
Bash
Executable File
9 lines
196 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# SPDX-FileCopyrightText: Daniel Pätzold
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#
|
|
# Copies the included Desktop files to the Desktop
|
|
#
|
|
|
|
cp -n *.desktop $HOME/Schreibtisch
|