#!/usr/bin/bash
set -e
NC='\033[0m'; YELLOW='\033[0;33m'
echo -e "${YELLOW}[WARN]${NC} \"lfs\" is the deprecated old name for this binary and will be removed in the future. Use \"dysk\" instead."
/usr/bin/dysk "$@"
