#!/bin/sh if rm "$1" then echo udało się else echo nie udało się fi